home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip Aralık 2001.iso / prog / internet / netscape / browser.xpi / bin / chrome / toolkit.jar / content / global / autocomplete.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-09-17  |  568 b   |  22 lines

  1.  
  2. .outliner-scrollbar[hidescrollbar="true"] {
  3.   visibility: collapse;
  4. }
  5.  
  6. .autocomplete-history-box {
  7.   overflow: auto;
  8. }
  9.  
  10. .autocomplete-result-popup {
  11.   display: -moz-popup !important;
  12. }
  13.  
  14. /* The following rule is here to fix bug 96899.  Somehow trees create a situation
  15.    in which a popupset flows itself as if its popup child is directly within it
  16.    instead of the placeholder child that should actually be inside the popupset.
  17.    This is a stopgap measure, and it does not address the real bug.  */
  18. popupset {
  19.   max-width: 0px;
  20.   width: 0px;
  21. }
  22.